home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13117 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  860 b 

  1. Message-ID: <31549C29.4F2C@globalnet.co.uk>
  2. Date: Sat, 23 Mar 1996 16:49:45 -0800
  3. From: David Wrigley <dwrigley@globalnet.co.uk>
  4. X-Mailer: Mozilla 2.0 (Win16; I)
  5. MIME-Version: 1.0
  6. Newsgroups: comp.lang.c++
  7. Subject: Windows 3.x Memory Objects
  8. Content-Type: text/plain; charset=us-ascii
  9. Content-Transfer-Encoding: 7bit
  10. NNTP-Posting-Host: client8243.globalnet.co.uk
  11. Path: news.globalnet.co.uk!
  12.  
  13. Can anyone enlighten me as to the differences in memory objects that 
  14. would be created using 'new' and say, for example, 'GlobalAlloc' in a 
  15. Windows 3.x program. 
  16.  
  17. I understand what i buy using the SDK functions, but don't understand 
  18. what I would get with 'new'.
  19.  
  20. Up to now, I have overloaded 'new' and mapped onto an SDK memory 
  21. allocation function, with a fixed allocation flag (eg GHND)
  22.  
  23. Any help would be appreciated.
  24. TIA
  25.  
  26. Dave Wrigley <dwrigley@globalnet.co.uk>
  27.